golang.org/x/net/http2.priorityWriteSchedulerRFC7540.root (field)

8 uses

	golang.org/x/net/http2 (current package)
		writesched_priority_rfc7540.go#L45: 	ws.nodes[0] = &ws.root
		writesched_priority_rfc7540.go#L201: 	root priorityNodeRFC7540
		writesched_priority_rfc7540.go#L243: 		parent = &ws.root
		writesched_priority_rfc7540.go#L302: 		n.setParent(&ws.root)
		writesched_priority_rfc7540.go#L311: 		n.setParent(&ws.root)
		writesched_priority_rfc7540.go#L356: 		n = &ws.root
		writesched_priority_rfc7540.go#L367: 			n = &ws.root
		writesched_priority_rfc7540.go#L374: 	ws.root.walkReadyInOrder(false, &ws.tmp, func(n *priorityNodeRFC7540, openParent bool) bool {